home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / misc / math / HP11.lha / HP11.readme < prev   
Encoding:
Text File  |  1998-09-10  |  1.3 KB  |  34 lines

  1. Short:    V1.2 Emulates HP11C programmable calc
  2. Type:     misc/math
  3. Author:   David Gay, Dirk Stoecker 
  4. Uploader: stoecker@amigaworld.com (Dirk Stoecker)
  5. Version:  1.2
  6.  
  7. Emulates an HP11C calculator including the program mode. Features an
  8. ON/OFF button that turns the calculator into an AppIcon that will sit and
  9. wait until you need it again.
  10.  
  11. This version is based on V1.1 by David Gay. I updated the source to
  12. compile under SAS-C 6.50 and it uses now ANSI-C always. Sources are
  13. included. The main changes are fixes to get OS2 look and feel.
  14.  
  15.  - uses AppIcon instead of sleep window
  16.  - uses new menu look of OS3
  17.  - uses gadtools to built menus
  18.  - uses asl.library instead of arp.library for file-requesters
  19.  - EasyRequest standard requester instead of own request
  20.  - correct clipboard support - could never have worked correct
  21.  - builts correct icons under newer systems
  22.  - Paste function key got <AMIGA>-<V> instead of <AMIGA>-<P>
  23.  - included hp11.pic into program code
  24.  - removed unimplemented Print menu
  25.  - switched colors to OS2 colors
  26.  - icon style changed a bit
  27.  - little bug fixes
  28.  
  29. Additionally to normal hp11 program there is an hp11FPU version which can
  30. be started on any machine with FPU.
  31.  
  32. The inner working of the emulation should still be the same (I hope). There
  33. where some errors I fixed. Hopefully I catched all.
  34.